home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / Software / FasterPC / DiskState261.exe / Setup.exe / {app} / DiskState.chm / css-style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-26  |  1.5 KB  |  67 lines

  1. body        { /*background: #FEFEFE; */    /*SMS yellow background*/
  2.         background: #FFFFFF;          /*K2 and Proxy white background*/
  3.         font-size: 75%;            
  4.         font-family: Verdana, Arial, Helvetica, MS Sans Serif  }
  5.  
  6. a:link        { color: #0000FF; } 
  7.  
  8. a:active    { color: #FF33CC; }
  9.  
  10. a:visited     {  color: #800080; }
  11.  
  12. a:hover        {color: #800080;
  13.             font-weight: bold; }
  14.  
  15. a:sidebar    {color: #339900; }
  16.  
  17. h1        { font-size: 145%; 
  18.         margin-bottom: .5em; }
  19.  
  20. h2        { font-size: 125%;  
  21.         margin-top: 1.5em;
  22.         margin-bottom: .5em;  }
  23.  
  24. h3        { font-size: 110%; 
  25.         margin-top: 1.2em;  
  26.         margin-bottom: .5em;  }
  27.  
  28. p        { margin-top:.6em; margin-bottom: .6em;    }
  29.     
  30. li p        { margin-top: 0;
  31.         margin-bottom: .6em;  }
  32.         
  33. big        {  font-weight: bold; 
  34.         font-size: 105%;  }
  35.         
  36. ol        {margin-top: .5em; margin-bottom: 0em }    
  37.     
  38. ul        {margin-top: .6em;     
  39.         margin-bottom: 0em  }    
  40.  
  41. ol ul    {  list-style: disc; margin-top: 2em;  }
  42.  
  43. li        {padding-bottom: .7em;
  44.         margin-left: -2em;  }
  45.  
  46. dl ul        { margin-top: 2em;  
  47.         margin-bottom: 0em;  }    /*list item inside a def/term*/
  48.  
  49. dl        { margin-top: -1em;  }
  50.  
  51. ol dl    { margin-top: -1.5em;
  52.          margin-left: 0em;  }        /*term/def list inside a numbered list*/
  53.  
  54. ol dl dl    {  margin-top: 0em;
  55.         margin-left: .2em;  }        /*term/def list inside a term/def list*/
  56.  
  57. dd        { margin-bottom: 0em;    /*not currently working*/
  58.         margin-left: 1.5em;  }
  59.  
  60. dt        {  padding-top: 2em;
  61.         font-weight: bold; 
  62.         margin-left: 1.5em;  }
  63.  
  64. pre        { margin-top: 0em;
  65.         margin-bottom: 1.5em; 
  66.         font-family: Courier;
  67.         font-size: 125% }